chore: remove Polygon zkEVM (network sunset) from all tokenlists#836
Merged
Conversation
zkEVM sequencers are being stopped (network sunset), so zkEVM must no longer be offered as a chain or token option in agglayer-ui, which builds its chain and token registries from this list. Removes the zkEVM chain object (chainId 1101, networkId 1) and all 19 chainId-1101 token entries. Part of agglayer/agglayer-ui#191
With the zkEVM network sunset, wrapped-token legs pinned to wrappedNetworkId 1 (zkEVM on mainnet, Cardona on testnet) and chainId 1101/2442 origin entries are dead data. Portal already dropped zkEVM from its chain layer and skips these legs at parse time, so this is a no-op for current consumers. Generic lxly legs without a wrappedNetworkId are kept - they are shared CDK-chain legs, not zkEVM-specific. Entries whose only legs were zkEVM (Gyro Dollar, UnirisToken, Wrapped Bitcoin testnet, DevStudio) are removed whole. Part of agglayer/agglayer-ui#191
py-zoid
approved these changes
Jul 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Polygon zkEVM sequencers are being stopped, so zkEVM is removed as a chain and token option across the published tokenlists. Two commits: the agglayer list (removes zkEVM from agglayer-ui's chain/token registries) and the mapped/default lists (dead data — portal already dropped zkEVM at its chain layer and skips these entries at parse time). Deletions only; generic
lxlyCDK legs without awrappedNetworkIdare intentionally kept.Part of https://github.com/agglayer/agglayer-ui/issues/191
🤖 Generated with Claude Code